home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / OPTIVDOS.ZIP / INCLUDE.ZIP / VECALL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-21  |  885 b   |  45 lines

  1. /*    VecAll.h
  2.  
  3.       includes all header files belonging to and needed by VectorLib
  4.  
  5.       Copyright (c) 1996-1998 by Martin Sander
  6. */
  7.  
  8. #ifdef __cplusplus
  9.     #include <newcplx.h>
  10. #else
  11.     #include <cmath.h>
  12. #endif
  13. #include <VecLib.h>
  14. #include <VFstd.h>
  15. #include <VDstd.h>
  16. #include <VEstd.h>
  17. #include <VCFstd.h>
  18. #include <VCDstd.h>
  19. #include <VCEstd.h>
  20. #include <VSIstd.h>
  21. #include <VIstd.h>
  22. #include <VLIstd.h>
  23. #include <VQIstd.h>
  24. #include <VUSstd.h>
  25. #include <VUstd.h>
  26. #include <VULstd.h>
  27. #include <VUIstd.h>
  28. #include <VFmath.h>
  29. #include <VDmath.h>
  30. #include <VEmath.h>
  31. #include <VCFmath.h>
  32. #include <VCDmath.h>
  33. #include <VCEmath.h>
  34. #include <VSImath.h>
  35. #include <VImath.h>
  36. #include <VLImath.h>
  37. #include <VQImath.h>
  38. #include <VUSmath.h>
  39. #include <VUmath.h>
  40. #include <VULmath.h>
  41. #include <VUImath.h>
  42. #include <Vgraph.h>
  43. #include <xmath.h>
  44.  
  45.